Stations Experience API icon

Stations Experience API

(0 reviews)

Technical Specification

Please find below the brief summary of the endpoints exposed by this API. Kindly refer specification page for more details with respect to request and response structure for each endpoint.

  • /stations : This endpoint receives request to retrieve all stations.

  • /stations/all/lifts-and-escalators : This endpoint receives request to retrieve lifts and escalators for all stations.

  • /stations/{station-id}/lifts-and-escalators : This endpoint receives request to retrieve all lifts and escalators for given station based on station ID returned by GET /stations endpoint.

  • /stations/{station-id}/lifts-and-escalators/{lift-or-escalator-id} : This endpoint receives request to retrieve details of specific lift or escalator for given station based on station ID returned by GET /stations endpoint and lift or escalator ID returned by GET /stations/{station-id}/lifts-and-escalators endpoint.

  • /stations/{crs-code}/lifts-and-escalators : This endpoint receives request to retrieve all lifts and escalators for given station based on 3 characters CRS code.

  • /routes : This endpoint receives request to retrieve all routes.

  • /routes/{route-id}/lifts-and-escalators : This endpoint receives request to retrieve all lifts and escalators for given route based on route ID returned by GET /routes endpoint.

  • /regions : This endpoint receives request to retrieve all regions.

  • /regions/{region-id}/lifts-and-escalators : This endpoint receives request to retrieve all lifts and escalators for given region based on region ID returned by GET /regions endpoint.

  • /tocs : This endpoint receives request to retrieve all TOCs.

  • /tocs/{toc-id}/lifts-and-escalators : This endpoint receives request to retrieve all lifts and escalators for given TOC based on TOC ID returned by GET /tocs endpoint.


Reviews